home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- cursor(4)
- setupMovie()
- end
-
- on stopMovie
- hCleanupSprites()
- end
-
- on idle
- CheckForRollovers(the rollOver)
- end
-
- on setupMovie
- global g1stChimeSprite, g2ndChimeSprite, gTwoChimesSelected
- set g1stChimeSprite to 4
- set g2ndChimeSprite to 5
- set gTwoChimesSelected to 0
- end
-